home *** CD-ROM | disk | FTP | other *** search
- /*
- File: PanelEditorGlobals.cpp
-
- Contains: PanelEditor globals
-
- Written by: Steve Smith
-
- Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
- */
-
-
- #ifndef _PANELEDITORGLOBALS_
- #include "PanelEditorGlobals.h"
- #endif
-
- //==============================================================================
- // Globals
- //==============================================================================
-
- ODUShort gGlobalsUsageCount = 0;
- PanelEditorGlobals* gGlobals = kODNULL;
-
-